home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950929-19951130 / 000379_news@columbia.edu_Tue Nov 14 13:48:42 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA15259
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun>); Tue, 14 Nov 1995 08:48:49 -0500
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.6.12/8.6.12) id IAA28183 for kermit.misc@watsun; Tue, 14 Nov 1995 08:48:47 -0500
  4. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  5. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: OS/2 Kermit 5A(191) can I remap the right control key?
  8. Date: 14 Nov 1995 13:48:42 GMT
  9. Organization: Columbia University
  10. Lines: 12
  11. Message-Id: <48a6nq$rgk@apakabar.cc.columbia.edu>
  12. References: <Pine.SUN.3.90.951112204044.19851A-100000@bronze.coil.com>
  13. Nntp-Posting-Host: watsun.cc.columbia.edu
  14. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  15.  
  16. In article <Pine.SUN.3.90.951112204044.19851A-100000@bronze.coil.com>,
  17. Mark T. Regan <reganm@coil.com> wrote:
  18. : Is there a way to remap the right control key? I would like it to be Enter,
  19. : and the original Enter to be something else (3270 New Line), when I use
  20. : Kermit through a protocol converter. When I use SHOW KEY, the right control
  21. : key doesn't produce any scan code.
  22. There is no way to map modifier keys (Ctrl, Alt, Shift, Caps Lock) by
  23. themselves.  In general, if you can't get a scan code with SHOW KEY, you
  24. can't map the key.
  25.  
  26. - Frank